home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / tsbat27.arc / PUSHPATH.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-19  |  156 b   |  8 lines

  1. echo off
  2. echo Save the current path
  3. echo By Prof. Timo Salmi, ts@chyde.uwasa.fi, 14-Jan-90
  4. echo.
  5. set pushpath=%path%
  6. echo Saved PATH=%path%
  7. echo on
  8.